知りたいこと、やりたいこと
タグ
#help ヘルプを読み込みたい
#reading vimrc ソースコードを読みたい
#idea 思いついたアイディア
#wantto したいこと
:vimgrep
でリストの作成、getqflist() でリストの取得 :vimgrep
:grep
:helpgrep
:make
などは、 quickfix のリストを作成する :lvimgrep
:lgrep
:lhelpgrep
:lmake
で locationlist の取得ができる c
が quickfix リスト、 :l
が location リスト :cnext
:進む :cprevious
:戻る?